home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Archive / Funny Stuff / gsv.lha / Makefile < prev   
Makefile  |  1996-01-13  |  146b  |  9 lines

  1. gsv: main.o gsv.o
  2.     gccv -pipe  -O2 -o gsv main.o gsv.o -noixemul
  3.  
  4. main.o: main.c
  5.     gccv -pipe -O2 -c main.c
  6.  
  7. gsv.o: gsv.c
  8.     gccv -pipe -O2 -c gsv.c
  9.